home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 8_scripts / deban < prev    next >
Text File  |  2001-03-21  |  810b  |  23 lines

  1. Synopsis:
  2.    load deban
  3.  
  4. Description:
  5.    This script contains a set of aliases for removing channel bans.  Bans
  6.    can be removed based on a pattern match, based on a nickname they apply
  7.    to, or en masse.
  8.  
  9.      Alias                     Description                                
  10.      /deban [<chan>]           removes all bans
  11.      /nban <string>            removes all bans containing given string
  12.      /unban <nick>             removes all bans applying to the nickname
  13.      /uniban <patt> [<chan>]   removes all bans matching the pattern, or
  14.                                | those that the pattern matches
  15.  
  16. See Also:
  17.    load(5); mode(1)
  18.  
  19. Other Notes:
  20.    This script was written by Jeremy Nelson (hop), jnelson@acronet.net.
  21.    Credit for the idea for /nban goes to Doug McLaren (DemoN).
  22.  
  23.